projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5de6ff
)
install qemu into the location specified via configure --prefix.
author
Egger Christoph
<chegger@amazon.de>
Mon, 22 Apr 2013 11:47:42 +0000
(13:47 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Wed, 24 Apr 2013 11:44:53 +0000
(12:44 +0100)
Install qemu into the location specified via configure --prefix.
You will notice when you use something else than /usr/local.
Signed-off-by: Christoph Egger <chegger@amazon.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 8a30c83564e48c05173fa2946773c5fef1c6967d..e44a3e9227a3da2ea9a367603654f229a141aaae 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-188,6
+188,7
@@
subdir-all-qemu-xen-dir: qemu-xen-dir-find
fi; \
cd qemu-xen-dir; \
$$source/configure --enable-xen --target-list=i386-softmmu \
+ --prefix=$(PREFIX) \
--source-path=$$source \
--extra-cflags="-I$(XEN_ROOT)/tools/include \
-I$(XEN_ROOT)/tools/libxc \